From: Timo Sirainen Date: Thu, 15 May 2025 10:06:56 +0000 (+0300) Subject: [PATCH] auth: Terminate properly auth_oauth2_post_setting_defines list X-Git-Tag: archive/raspbian/1%2.4.1+dfsg1-6+rpi1+deb13u2^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=61dabdc410fc30c3d4fb40783971dcfed52025c6;p=dovecot.git [PATCH] auth: Terminate properly auth_oauth2_post_setting_defines list Fixes: Error: xoauth2: oauth2 failed: Local validation failed: auth_oauth2_fields settings: Failed to parse configuration: settings struct auth_oauth2_fields #1 key mismatch Gbp-Pq: Name auth__Terminate_properly_auth_oauth2_post_setting_defines.patch --- diff --git a/src/auth/db-oauth2.c b/src/auth/db-oauth2.c index bd807e3..230c6cf 100644 --- a/src/auth/db-oauth2.c +++ b/src/auth/db-oauth2.c @@ -134,6 +134,8 @@ const struct setting_parser_info auth_oauth2_setting_parser_info = { static const struct setting_define auth_oauth2_post_setting_defines[] = { { .type = SET_STRLIST, .key = "oauth2_fields", .offset = offsetof(struct auth_oauth2_post_settings, fields) }, + + SETTING_DEFINE_LIST_END }; static const struct auth_oauth2_post_settings auth_oauth2_post_default_settings = {